@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{ width:100%; min-width:320px; margin:0 auto; font-size:12px;  }
a{text-decoration:none;}

@media only all and (max-width: 699px){padding-bottom:58px; }

.clr{clear:both;}
.index{width:100%; position:fixed; top:0px; height:100%; z-index:9999;}
.index img{width:100%; display:block;}
.header{text-align:left; padding:8px 0px; background:#fff; clear:both}
.menu{position:absolute; right:5%; top:18px;}
.ss{position:absolute; right:15%; top:18px;}



.box{position:absolute;top:-400px;width:100%; background-color:#98b426; opacity:0.95; margin:auto;padding:0px;z-index:999999;text-align:center;}
.box a.boxclose{cursor:pointer; color:#fff; background:#839f12; width:70px; height:30px; line-height:30px; text-align:center; font-size:13px; display:block; float:right;}
.form_content{padding:20px; text-align:left;}
input.form_input_box{width:100%;-moz-border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px; background-color:#fff; height:32px; border:none; color:#666; margin-bottom:10px; float:left}
input.form_submit{color:#fff; font-size:14px; font-family:"微软雅黑"; background:#839f12; margin-right:10px; width:70px; height:30px; border:none; line-height:30px; display:block; float:right;}

